golang.org/x/tools/internal/pkgbits.Decoder.bigInt (method)

4 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L451: 		return constant.Make(r.bigInt())
		decoder.go#L453: 		num := r.bigInt()
		decoder.go#L454: 		denom := r.bigInt()
		decoder.go#L461: func (r *Decoder) bigInt() *big.Int {